projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a38b10
)
(cua-set-mark): Check pop-global-mark-quick-repeat.
author
Kim F. Storm
<storm@cua.dk>
Mon, 24 Mar 2003 11:01:17 +0000
(11:01 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Mon, 24 Mar 2003 11:01:17 +0000
(11:01 +0000)
lisp/emulation/cua-base.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/cua-base.el
b/lisp/emulation/cua-base.el
index 254a6b29c75c189ec589793d3290278f25dec578..2e623b1ea3b37920465a335ef4a66b747cca2643 100644
(file)
--- a/
lisp/emulation/cua-base.el
+++ b/
lisp/emulation/cua-base.el
@@
-889,7
+889,8
@@
With a double \\[universal-argument] prefix argument, unconditionally set mark."
((eq last-command 'pop-to-mark-command)
(setq this-command 'pop-to-mark-command)
(pop-to-mark-command))
- ((and (eq last-command 'pop-global-mark) (not arg))
+ ((and pop-global-mark-quick-repeat
+ (eq last-command 'pop-global-mark) (not arg))
(setq this-command 'pop-global-mark)
(pop-global-mark))
(arg